Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/sdk-vue (source) ^1.0.15 -> ^1.1.2 age adoption passing confidence
@nuxt-themes/docus ^1.14.6 -> ^1.15.0 age adoption passing confidence
@nuxt/devtools (source) ^0.8.0 -> ^0.8.5 age adoption passing confidence
@nuxt/eslint-config (source) ^0.2.0 -> ^0.3.13 age adoption passing confidence
@nuxt/eslint-config (source) ^0.1.1 -> ^0.3.13 age adoption passing confidence
@nuxt/module-builder ^0.5.5 -> ^0.8.1 age adoption passing confidence
@nuxtjs/plausible ^0.2.1 -> ^0.2.4 age adoption passing confidence
@types/node (source) ^18.17.3 -> ^18.19.41 age adoption passing confidence
@types/node (source) ^20.4.0 -> ^20.14.11 age adoption passing confidence
acorn ^8.11.3 -> ^8.12.1 age adoption passing confidence
eslint (source) ^8.44.0 -> ^8.57.0 age adoption passing confidence
knitwork ^1.0.0 -> ^1.1.0 age adoption passing confidence
magic-string ^0.30.8 -> ^0.30.10 age adoption passing confidence
mlly ^1.6.1 -> ^1.7.1 age adoption passing confidence
ufo ^1.5.3 -> ^1.5.4 age adoption passing confidence
unplugin ^1.10.0 -> ^1.11.0 age adoption passing confidence
vitest (source) ^1.4.0 -> ^1.6.0 age adoption passing confidence

Release Notes

BuilderIO/builder (@​builder.io/sdk-vue)

v1.1.2

Compare Source

Patch Changes
  • 1defae7: Refactor: move Embed iframe generation to Visual Editor

v1.1.1

Compare Source

Patch Changes
  • 22de13c: Fix: add missing override component config

v1.1.0

Compare Source

Minor Changes
  • 3594120: Feature: add shouldReceiveBuilderProps config to Registered Components, with the following defaults:

    shouldReceiveBuilderProps: {
        builderBlock: true,
        builderContext: true,
        builderComponents: false,
        builderLinkComponent: false,
      },

    To configure a component to receive only certain Builder props, override the shouldReceiveBuilderProps config:

    Example:

    export const componentInfo = {
      name: "Text",
    
      shouldReceiveBuilderProps: {
        builderBlock: true,
        builderContext: false,
        builderComponents: true,
        builderLinkComponent: false,
      },
    
      inputs: [
        {
          name: "text",
          type: "html",
          required: true,
          autoFocus: true,
          bubble: true,
          defaultValue: "Enter some text...",
        },
      ],
    };

v1.0.36

Compare Source

Patch Changes
  • 6187c39: Fix: required option for TextArea and Select blocks
  • 6187c39: Feat: Add support for TextArea block

v1.0.35

Compare Source

Patch Changes
  • bb4a5fd: Feature: add webp support for Image block file uploads.
  • 1f62b28: Fix: Remove iframely API key from Embed block logic.

v1.0.33

Compare Source

Patch Changes
  • 6c8db7e: Fix: check e.origin of the message to be a URL first

v1.0.32

Compare Source

Patch Changes
  • a38eae0: Fix: pass Builder props to blocks and custom components only when needed.
  • e31ef49: Misc: cleanup error message for edge runtime evaluation.
  • 945f26e: Adds the highPriority option to the Image block component to ensure eager loading.

v1.0.31

Compare Source

Patch Changes
  • b4381f5: Fix: canTrack=false not respected in Symbols

v1.0.30

Compare Source

Patch Changes
  • 4aaba38: Fix: bump isolated-vm dependency to 5.0.0, adding support for Node v22.

v1.0.29

Compare Source

Patch Changes

v1.0.28

Compare Source

Patch Changes
  • f3aab34: Feat: Accordion widget for gen2 sdks
  • 3f98355: Fix: types for ESM build

v1.0.27

Compare Source

Patch Changes
  • 70fccea: Fix: query option correctly flattens mongodb queries

v1.0.26

Compare Source

Patch Changes
  • af84d1e: Fix: make initializeNodeRuntime argument optional

v1.0.25

Compare Source

Patch Changes
  • bd21dcf: Fix: improve NodeJS runtime performance by reusing the same IsolatedVM Isolate instance for all data bindings. Add the ability to provide arguments to configure the isolate in initializeNodeRuntime via an ivmIsolateOptions parameter.

v1.0.24

Compare Source

Patch Changes
  • 84cd444: feature: add the Builder Tabs block (ported from gen1 widgets).

v1.0.23

Compare Source

Patch Changes
  • 78dee25: Fix: remove redundant warning for evaluation of empty code blocks.

v1.0.22

Compare Source

Patch Changes
  • f3c5ff3: Fix: isPreviewing logic on the server, and make usage of isEditing unnecessary.
  • 46bd611: Feature: add support for hover animations.

v1.0.21

Compare Source

Patch Changes
  • 7bad8d9: Fix: better error-logging for isolated-vm import.
  • d8e08ae: Fix: fetchOneEntry prop types of fetch and fetchOptions

v1.0.20

Compare Source

Patch Changes
  • a309a4f: Fix: add missing key prop to Select block's option

v1.0.19

Compare Source

Patch Changes
  • cde7c61: feat: export BuilderContext from sdks

v1.0.18

Compare Source

Patch Changes
  • 6aa7dd0: Fix: flicker during SSR of A/B test content due to re-hydration with new element.

v1.0.17

Compare Source

Patch Changes
  • 2ed2cb8: Fix: data connections making multiple unnecessary API calls

v1.0.16

Compare Source

Patch Changes
  • 35fc152: Fix: add data-id attributes to all inline script and style tags
nuxt-themes/docus (@​nuxt-themes/docus)

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-themes/docus@v1.14.9...v1.15.0

v1.14.9

Compare Source

v1.14.8

Compare Source

v1.14.7

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-themes/docus@v1.14.6...v1.14.7

nuxt/devtools (@​nuxt/devtools)

v0.8.5

Compare Source

Features

v0.8.4

Compare Source

Bug Fixes
Features

v0.8.3

Compare Source

Bug Fixes
  • route tracking handle currentRoute to be null (7ca1fc9)

v0.8.2

Compare Source

Bug Fixes
  • virtual-files: fetch data as json (131a2ee)

v0.8.1

Compare Source

Bug Fixes
  • default box-sizing for floating panel (a674379)
  • find vite client path from subframe parent (#​386) (e28606a)
  • improve client injection error message (de9baa3)
Features
nuxt/eslint (@​nuxt/eslint-config)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.5

Compare Source

   🚀 Features
  • eslint-config:
    • Support default export and rest arguments for easier usage  -  by @​antfu (c75eb)
  • module:
    View changes on GitHub

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.1

Compare Source

v0.3.0

🚀 Notable Changes

💡 Expect an introduction blog post to explain in more detail very soon!

With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)

New docs: https://eslint.nuxt.com/

Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.


    Features
    Bug Fixes
    Performance
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors
nuxt-modules/plausible (@​nuxtjs/plausible)

v0.2.4

Compare Source

No significant changes

    View changes on GitHub

v0.2.3

Compare Source

No significant changes

    View changes on GitHub
acornjs/acorn (acorn)

v8.12.1

Compare Source

v8.12.0

Compare Source

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 60486e7 to 89d88aa Compare September 1, 2023 05:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6e09c01 to ce7e99c Compare September 6, 2023 23:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cec0e5c to 7381962 Compare September 16, 2023 05:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 820f4c3 to ba63abe Compare September 24, 2023 06:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b57526e to 2b3b28b Compare October 1, 2023 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fc42481 to fc245d6 Compare October 7, 2023 08:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a81f9a6 to 62e2aa9 Compare October 12, 2023 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7f094c8 to aee50b5 Compare June 5, 2024 14:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4e28f0d to 2580fd4 Compare June 18, 2024 17:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 626d64b to 42c778f Compare June 25, 2024 22:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f33bf3a to 8462ed5 Compare July 5, 2024 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cb9bdb2 to 5c648b3 Compare July 16, 2024 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c648b3 to 2d3ef3c Compare July 18, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants